home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / vk28.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-10-27  |  412b  |  22 lines

  1. echo off
  2. type readmeor.die | more
  3. echo Press Ctrl-Break to abort installation, any other key to continue.
  4. pause > NUL
  5.  
  6. if not exist game.cfg goto install
  7. rename game.cfg game.old
  8. rem del user.sts
  9. rem del user.sav
  10.  
  11. :install
  12. echo Extracting Vampire Knights to current directory.
  13. vampire.exe e
  14. del vampire.exe
  15.  
  16. if not exist game.old goto end
  17. del game.cfg
  18. rename game.old game.cfg
  19.  
  20. :end
  21. echo on
  22.